home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 24
/
PC Gamer IT CD 24 2-2.iso
/
UTILITY
/
sisoft
/
DATA.Z
/
Script.ini
< prev
next >
Wrap
INI File
|
1997-02-02
|
2KB
|
73 lines
;;
;; File: Script.ini - Sample batch-mode report settings example file for SiSoft Sandra
;;
;; Syntax: sandra /r <full path report script>
;;
;; For this example: sandra /r script.ini
;; Note: Use quotes if the file has spaces in it, e.g. "c:\Program Files\1st Script.ini"
;;
;; Warning: Include the FULL PATH to the script file, e.g. "c:\temp\script.ini" not just
;; "script.ini" even if the file is in Sandra's own directory!!!
[General]
;; General settings
;; Version - 100 for 1.00, 234 for 2.34 etc. <required!>
Version=110
;; Type of report: "save" or "email"
ReportType=save
;; if save: Full name & path of report file (comment it out if email)
;; Append to report file? "0"-No(default) or "1"-Yes
ReportFile=Report.txt
Append=0
; Set the number of characters per line, between 10 to 200 (default 90)
ExternalLineSize=90
;; if email: Address of user(s) to send to, subject (uncomment if email)
;SendTo=C.A.Silasi@city.ac.uk
;SendCc=ce146@city.ac.uk
;Subject=SiSoft Sandra System Report
;; Encrypt report? "0"-No(default) or "1"-Yes
;; Compress (ZIP) report? "0"-No(default) or "1"-Yes
Encrypt=0
Compress=0
;; Enter your comments here - one line only!
Comments=This is a test batch-mode report.
;; Display progress dialog? "0"-No or "1"-Yes(default)
ProgressDialog=1
;; Exit after report is done? "0"-No or "1"-Yes(default)
ExitAfterDone=1
[Exterprise]
;; This is applicable to the network version only
[Modules]
;; Module List "0"-To exclude(default) or "1"-To include module
;; Use Module-Properties to find out the command-line switch for a module
SummaryInfo=1
CPUInfo=1
VideoInfo=1
WinMemInfo=1
OLEInfo=1
System.ini=1
Win.ini=1
;; etc.
;; Uncomment this line to include all available Sandra modules
;AllModules=1
;; That's it